*,body{margin: 0;padding: 0;}
body{
  font-size: 14px;
  /* background-color: #f2f8ff; */
  overflow-x: auto;
  font-family: "Microsoft YaHei";
}
.blueBox{
  background-color: #f2f8ff;
  overflow: hidden;
  min-height: 100vh;
}
.wenda *{
  box-sizing: border-box;
}
.wenda *::-webkit-scrollbar,.blueBox *::-webkit-scrollbar{
  width: 4px;
  background-color: #f2f2f2;
}
.wenda *::-webkit-scrollbar-thumb,.blueBox *::-webkit-scrollbar-thumb{
  width: 4px;
  background-color: #6ea8e6;
}

.wenda *,.blueBox *{
  scrollbar-width: thin;
  scrollbar-color:#6ea8e6 #f2f2f2;
}
.wdbj{
  background: url(../images/mbg.png) no-repeat top center;
}
a{
  text-decoration: none;
  color: inherit;
}
.ccc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ccc3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccc2{
  display: flex;
  justify-content: space-between;
}
.wenda{
  min-height: 695px;
  max-width: 1300px;
  /* min-width: 1000px; */
  margin: 140px auto 100px;
  position: relative;
  background: url(../images/wdkbj.png) no-repeat top center;
  background-size: 100% 100%;
}
.wendaTop{
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.wdL{
  padding: 15px 0px 15px 30px;
  font-size: 14px;
  color: #222222;
  text-align: center;
  font-weight: bold;
}
.wdL a{
  display: block;
  float: left;
  margin: 0 20px;
}
.wdL img{
  display: block;
  margin: 0 auto 10px;
}
.wdR{
  padding-right: 200px;
}
.wdR span{
  font-size: 36px;
  color: #fff;
}
.wdR img{
  position: absolute;
  bottom: 0;
  right: 80px;
  max-width: 87px;
}
.wdC{
  padding: 0 20px 20px;
}
.wdCL{
  background: linear-gradient(to bottom,#ffffff,#d5e2f6);
  border-radius: 6px;
  padding: 20px 15px 10px;
  max-width: 285px;
  width: 23%;
  /* padding-bottom: 20px; */
}
.wdLt{
  margin-bottom: 20px;
  margin-top: 10px;
}
.wdLt .tt{
  font-size: 18px;
  color: #005cc4;
}
.wdLt .hh{
  font-size: 16px;
  color: #999999;
  cursor: pointer;

}
.wdLt .hh img{
  margin-right: 6px;
}
.wdLs{
  border-bottom: 1px solid #e5e5e5;
  /* padding-bottom: 10px; */
  margin-bottom: 20px;
}
.wdLsC {
  margin-bottom: 20px;
}
.wdLsC .tt{
  font-size: 14px;
  color: #222222;
  display: block;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wdLsC .tt:hover{
  color: #005cc4;
}
.wdLsC .tt i{
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: url(../images/004.png) no-repeat center center;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-style: normal;
}
.wdLsC:nth-of-type(1) .tt i{
  background: url(../images/001.png) no-repeat center center;
}
.wdLsC:nth-of-type(2) .tt i{
  background: url(../images/002.png) no-repeat center center;
}
.wdLsC:nth-of-type(3) .tt i{
  background: url(../images/003.png) no-repeat center center;
}
.wdLsC .time{
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: space-between;
}
.wdCLb{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wdCLb img{
  max-width: 100%;
  display: block;
  margin: 5px 0;
}
.wdCLb .w1{
  width: 100%;
}
.wdCLb .w2{
  width: 49%;
}
.lsC{
  padding: 5px 2px;
}
.lsC a{
  background-color: #fff;
  float: left;
  padding: 5px 10px;
  color: #999999;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 20px;
}
.wdCB{
  max-width: 995px;
  width: 76%;
  background: linear-gradient(to bottom,#ffffff,#d5e2f6);
  border-radius: 6px;
  overflow: hidden;
}
.wdCBBox{
  padding: 20px 15px;
  height: 470px;
  overflow-y: auto;
}
.wdCB .mmenu{

}
.mmenu>a{
  display: flex;
  align-items: center;
  padding: 4px 14px 10px;
  width: 168px;
  height: 65px;
  background: url("../images/bbj2.png") no-repeat;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}
.mmenu>a img{
  margin-right: 4px;
}
.mmenu>a.on{
  background: url("../images/bbj1.png") no-repeat;

}
.wdChat{

}
.ctL{
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;

}
.ctL.ctR{
  justify-content: end;
}
.ctL .tx{
  margin-right: 10px;
}
.ctL.ctR .tx{
  margin-left: 10px;
  margin-right: 0;
}
.ctC{
  background: linear-gradient(to bottom,#ffffff,#d5e2f6);
  border-radius: 10px 10px 10px 0;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
}
.ctL.ctR .ctC{
  border-radius: 10px 10px 0 10px;

}
.cStr{
  line-height: 1.5;
  padding: 10px;
  color: #222222;
  font-size: 16px;
}
.mmenu{
  padding-bottom: 20px;
}
.cBox{
  padding: 5px;
  max-width: 490px;
  padding-bottom: 10px;
}
.cBoxt{
  padding: 5px;
}
.cBoxt .tt{
  font-size: 18px;
  color: #222222;
}
.cBoxt .tt2{
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.cBoxt .tt img{
  margin-right: 5px;
}
.cBoxt .hh{
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.cBoxt .hh img{
  margin-right: 6px;
}
.cBoxL{
  padding: 10px 0 0;
  overflow: hidden;
}
.cBoxL a{
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  background-color: #fff;
  padding: 5px 12px;
  margin-right: 10px;
}
.cBoxL a img{
  margin-right: 5px;
}
.cBoxL a:hover,.cBoxL2 a:hover{
  color: #fff;
  background-color: #005cc4;
}
.cBoxL2{
  margin-top: 10px;
  padding-bottom: 10px;
}
.cBoxL2 a{
  font-size: 14px;
  color: #999999;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 5px;
  display: inline-block;
}
.sendBox{
  width: 100%;
  /* background: linear-gradient(to bottom,#ffffff,#d5e2f6); */
  position: relative;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sendBox .textareaBox{
  background: none;
  color: #666;
  font-size: 16px;
  padding: 24px 20px;
  width: calc(100% - 120px);
  border: none;
  outline: none;
  height: 75px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.sendBox textarea{
  background: none;
  color: #666;
  font-size: 16px;
  padding: 24px 20px;
  width: calc(100% - 120px);
  border: none;
  outline: none;
  height: 75px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  resize: none;
  overflow: hidden;
}
.sendBox textarea::-webkit-scrollbar{
  width: 4px;
  background-color: #f2f2f2;
}
.sendBox textarea::-webkit-scrollbar-thumb{
  width: 2px;
  background-color: #6ea8e6;
}
.sendBox .send{
  cursor: pointer;
  /* position: absolute; */
  /* right: 25px; */
  /* top: 33px; */
}
.zhouq{
  max-width: 1390px;
  margin: 20px auto;
  /* min-width: 1000px; */
}
.zhouq .logo{
  margin: 10px auto 40px;
  display: block;
  width: 50%;
}
.zqmenu{
  padding: 0 5px;
  display: flex;
  margin: 40px 0 40px;
  justify-content: space-between;
}
.zqmenu a{
  height: 55px;
  line-height: 55px;
  float: left;
  border-radius: 80px 80px 80px 0;
  color: #ffffff;
  background: #7ba1d4;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: flex;
  padding: 0 14px;
  align-items: center;
  position: relative;
}
.zqmenu a.on{
  background: #005cc4;
}

.zqmenu a:hover:after{
  content: '';
  position: absolute;
  width: 91px;
  height: 101px;
  bottom: -104px;
  left: 50%;
  margin-left: -46px;
  background: url("../images/cc.png") no-repeat;
  /* background: url("../images/zhaoshou.gif") no-repeat; */
  z-index: 6;
}
.zqmenu a.on:after{
  content: '';
  position: absolute;
  width: 91px;
  height: 101px;
  bottom: -104px;
  left: 50%;
  margin-left: -50px;
  /* background: url("../images/cc.png") no-repeat; */
  background: url("../images/zhaoshou.gif") no-repeat;
  z-index: 6;
}
.zqmenu a img{
  margin-right: 10px;
}
.budao{
  position: relative;
}
.budao img{
  display: block;
  max-width: 100%;
}
.budao .cao{
  position: absolute;
  bottom: 0;
  left: -1%;
  z-index: 9;
  max-width: 102%;
}
.zqbox{
  position: relative;
}
.zqbox .zqc img{
  display: block;
  max-width: 100%;
}
.zqbox .zqc{
  /*display: none;*/
}
.zqbox .zqc.on{
  display: block;
}
.zqbox .text{
  position: absolute;
  top: 24%;
  left: 7%;
  width: 14%;
  height: 230px;
  overflow-y: auto;
}
.zqbox .text a{
  color: #222;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.zqbox .text a i{
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f3ad45;
  margin-right: 8px;
}
.zqbox .text a span{
  text-align: left;
  max-width: calc(100% - 16px);
}
.zqbox .text.text_style1 a i{
  background-color: #f3ad45;
}
.zqbox .text.text_style2 a i{
  background-color: #4b9fda;
}
.zqbox .text.text_style3 a i{
  background-color: #716ce3;
}
.zqbox .text.text_style4 a i{
  background-color: #4b9fda;
}
.zqbox .text.text_style5 a i{
  background-color: #cd5c42;
}
.zqbox .text.text_style6 a i{
  background-color: #4f9197;
}
.zqbox .text.text_style7 a i{
  background-color: #4b9fda;
}
.zqbox .text.text_style8 a i{
  background-color: #2c7449;
}
.zqbox .text.text_style9 a i{
  background-color: #f3ad45;
}
.zqbox .text.text_style10 a i{
  background-color: #a77946;
}
.zqbox .text.text_style1{
  top: 26%;
  left: 7%;
}
.zqbox .text.text_style2{
  top: 29%;
  left: 11%;
}
.zqbox .text.text_style3{
  top: 25%;
  left: 7.5%;
}
.zqbox .text.text_style4{
  top: 31%;
  left: 72%;
}
.zqbox .text.text_style5{
  top: 12%;
  left: 16%;
}
.zqbox .text.text_style6{
  top: 28%;
  left: 17%;
}
.zqbox .text.text_style7{
  top: 30%;
  left: 13.5%;
}
.zqbox .text.text_style8{
  top: 32%;
  left: 56.5%;
}
.zqbox .text.text_style9{
  top: 30%;
  left: 67%;
}
.zqbox .text.text_style10{
  top: 21%;
  left: 73%;
}




.text_style1 i{

}
.mmap{
  max-width: 1300px;
  margin: 60px auto;
}
.mmap .logo{
  margin: 10px auto 40px;
  display: block;
  max-width: 100%;
}

.mapBox{
  position: relative;
  margin: 35px auto;
  box-shadow:0 1px 14px #bdbdbd;
  overflow: hidden;
  border-radius: 4px;
}
.mapmenuBox{
  width: 340px;
  height: 600px;
  overflow-y: auto;
  position: absolute;
  padding: 25px 0 0;
  box-sizing: border-box;
  left: 0;
  top:0;
  background: url(../images/mbljm.png) no-repeat top center;
  background-size: 100%;
  z-index: 9;
}

.mapmenu{
  /* display: flex;flex-wrap: wrap;justify-content: center; */
  width: 305px;
  margin: 0 auto;
  overflow: hidden;
}

.mapmenu a{
  width: 60px;
  height: 95px;
  float: left;
  padding: 10px 8px 8px;
  cursor: pointer;
  overflow: hidden;
}
.mapmenuBox::-webkit-scrollbar {
  width: 4px;
}
.img-container {
  position: relative;
  text-align: center;
}

.img-container img {
  display: block;
  margin: 0 auto;
}

.img-container span {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  margin: 0;
  font-size:12px;
}
.mapC{
  padding: 2px 14px;
	display: none;
}
.mapCt{
  color: #222;
  font-size: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1e1e1;
}
.mapCt .back{
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 4px 10px;
  display: inline-block;
  color: #222;
  font-size: 14px;
  cursor: pointer;
}
.location span{
  color: #005cc4;
}
.mpCb{
  padding: 18px 0;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.mpCb a{
  font-size: 16px;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 4px 8px;
  color: #005cc4;
  float: left;
}
.mpCb a:hover,.mpCb .on{
  color: #fff;
  background-color: #005cc4;
}
.mpCb a:last-of-type{
  margin-right: 0;
}
.mpCk{
  padding: 12px 0;
}
.mpCk>div{
  font-size: 14px;
  color: #222222;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.dot{
  background: url(../images/ddbj.png) no-repeat top center;
  background-size: 100% 100%;
  width: 24px;
  height: 28px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.mpCk>div img{
  margin-right: 10px;
}
.mpCk >div:hover,.mpCk .on{
  color: #005cc4;
}
.dtcc{
  font-size: 14px;
  color: #999999;
  width: calc(100% - 46px);
}
.dtcc .p1{
  color: #005cc4;
  margin-bottom: 4px;
}
.ddss{
  background-color: #005cc4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #77a8e0;
  border-radius: 4px;
  overflow: hidden;
  margin: 25px 0 10px;
}
.ddss input{
  background-color: #fff;
  border: none;
  outline: none;
  height: 36px;
  width: calc(100% - 72px);
  padding: 3px 10px;
  font-size: 14px;
}
.ddss span{
  width: 72px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  background-color: #005cc4;
}

.swiper {
  width: 100%;
  height: 100%;
}

.zhouq .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.zhouq .swiper-slide img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.zhouq .swiper-backface-hidden .swiper-slide{
  opacity: 0.2;
}
.zhouq .swiper-backface-hidden .swiper-slide-active{
  opacity: 1;
}
.mySwiper{
  position: relative;
}
.actionX .tob1{
  width: 145px;
  height: 92px;
  background: url("../images/bbt1.png") no-repeat center;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
  cursor: pointer;
}
.actionX .tob2{
  width: 145px;
  height: 92px;
  background: url("../images/bbt2.png") no-repeat center;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.lnls{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.lnb{
  max-width: 700px;
  width: 49.5%;
  position: relative;
  border-radius: 4px;
}
.lnb span{
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  font-size: 24px;
  color: #fff;
  left: 15%;
  z-index: 9;
}
.lnb img{
  max-width: 100%;
}
#allmap{
  height: 600px;
  margin-left: 340px;
}
.qiye{
  max-width: 1390px;
  margin: 60px auto 30px;
  /* min-width: 1000px; */
}
.qiye .logo{
  margin: 10px auto 40px;
  display: block;
}
.qyfw{
  position: relative;
}
.qyfw .renwu{
  position: absolute;
  left: 45%;
  top: 13%;
  width: 95px;
  height: 100px;
  z-index: 9;
}
.qyfw .renwu.a0{
  left: 45%;
  top: 13%;
}
.qyfw .renwu.a1{
  left: 49%;
  top: 34%;
}
.qyfw .renwu.a2{
  left: 44%;
  top: 50%;
}
.qyfw .renwu.a3{
  left: 52%;
  top: 72%;
}
.qyfw .rwwzBox{
  position: absolute;
  left: 44%;
  top: 9%;
  width: 212px;
  height: 48px;
  z-index: 9;
  font-size: 16px;
  color: #fff;
  background: url("../images/wenziBox.png") no-repeat;
  line-height: 36px;
  text-align: center;
}
.qyfw .rwwzBox.a0{
  left: 44%;
  top: 9%;
}
.qyfw .rwwzBox.a1{
  left: 48%;
  top: 30%;
}
.qyfw .rwwzBox.a2{
  left: 43%;
  top: 46%;
}
.qyfw .rwwzBox.a3{
  left: 51%;
  top: 68%;
}
.fwnr{
  width: 240px;
  padding: 37px 20px 30px;
  background-color: #b7dafa;
  border-radius: 16px;
  position: absolute;
  box-sizing: border-box;
}
.fwnr::before{
  content: '';
  position: absolute;
  top: -28px;
  width: 58%;
  left: 21%;
  height: 83px;
  background: url(../images/jiazi.png) no-repeat top center;
  background-size: 100%;
}
.fwnr1{
  top: 3%;
  left: 5px;
}
.fwnr2{
  top: 11%;
  right: 2%;
}
.fwnr3{
  top: 47%;
  left: 2%;
}
.fwnr4{
  top: 61%;
  right: 1%;
}
.fwnrX{
  background-color: #daecfd;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 10px 20px;
  max-height: 220px;
  overflow-y: auto;
  box-sizing: border-box;
}
.fwnrX a{
  color: #222;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.fwnrX a i{
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #7ba1d4;
  margin-right: 8px;
}
.fwnrX a span{
  text-align: left;
}
.fwnrX a:hover{
  color: #005cc4;
}
.fwnr .tob1{
  width: 145px;
  height: 92px;
  background: url("../images/qyc1.png") no-repeat center;
  background-size: 100%;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: -145px;
  z-index: 999;
  cursor: pointer;
}
.fwnr .tob1:hover,.fwnr.on .tob1{
  background: url("../images/qyc1a.png") no-repeat center;
  background-size: 100%;
}
.fwnr .tob2{
  width: 145px;
  height: 92px;
  background: url("../images/qyc2.png") no-repeat center;
  background-size: 100%;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: -145px;
  z-index: 999;
  cursor: pointer;
}
.fwnr .tob2:hover,.fwnr.on .tob2{
  background: url("../images/qyc2a.png") no-repeat center;
  background-size: 100%;
}
.fwbj{
  max-width: 100%;
  display: block;
  margin-top: -40px;
}



/* ������ */
.fmemu{
  position: fixed;
  right: 40px;
  bottom: 20%;
}
.fmemu .menu_renwu{
  width: 190px;
  height: 190px;
  display: block;
  position: absolute;
  right: -44px;
  bottom: -19px;
}
.fmemu .menu_renwu1{
  bottom: -40px;
  right: -40px;
}
.fmemu .duihua1{
  width: 120px;
  height: 57px;
  position: absolute;
  right: -32px;
  bottom: 148px;
}
.cebian{
  cursor: pointer;
  position: relative;
  margin-right: 0;
  transition: all 0.4s;
}
.nrshow{
  position: relative;
  margin-right: -500px;
  transition: all 0.3s;
}
.fmenu_c{

}
.fmenu_c .fmxc{
  text-align: center;
  font-size: 14px;
  width: 80px;
  color: #005ecb;
  position: absolute;
  top: 100px;
  right: 0;
  cursor: pointer;
}
.fmenu_c .fmxc img{
  display: block;
  margin: 0 auto 2px;
}
.fmenu_c .fmxc:nth-of-type(1){
  top: -235px;
  right: -10px;
}
.fmenu_c .fmxc:nth-of-type(2){
  top: -215px;
  right: 63px;
}
.fmenu_c .fmxc:nth-of-type(3){
  top: -142px;
  right: 115px;
}
.fmenu_c .fmxc:nth-of-type(4){
  top: -60px;
  right: 115px;
}
.fmenu_c .fmxc:nth-of-type(5){
  top: 8px;
  right: 63px;
}
.fmenu_c .fmxc:nth-of-type(6){
  top: 25px;
  right: -10px;
}
.fmemu:hover .cebian{
  opacity: 0;
}
.fmemu:hover .nrshow{
  margin-right: -20px;
}

/* ���� */
.fbobao{
  position: fixed;
  right: 85px;
  bottom: 20%;
  cursor: pointer;
  z-index: 999;
}
.bobao_q{
  display: block;
  right: -185px;
  width: 201px;
  position: absolute;
  bottom: -31px;
  z-index: 999;
}
.bobao_q.active{
  animation: right 4s linear 0.2s;
}
@keyframes right {
  0%{
    right: -185px;
  }
  50%{
    right: -54px;
  }
  100%{
    right: -54px;
  }
}
.bobao{
  display: none;
  right: -85px;
  width: 190px;
  position: absolute;
  bottom: -50px;
}
.fbobao .bobao1x{
  width: 190px;
  height: 190px;
  display: block;
  position: absolute;
  right: -44px;
  bottom: -19px;
}
.bobao1x .fclose{
  position: absolute;
  top: 13px;
  right: 14px;
}
.bobao1x .bbnr{
  position: absolute;
  right: 5px;
  top: -63px;
  color: #fff;
}
.bobao1x .dhbj{
  display: block;
  margin-bottom: -57px;
}
.bobao1x .bbnr p{
  position: relative;
  z-index: 9;
  font-size: 16px;
  text-indent: 4px;
}







@media screen and (max-width: 1300px){
  .zhouq{
    margin: 60px 15px;
  }
}
@media screen and (max-width: 1000px){
  .wdCL,.budao,.zqmenu a.on:after,.zqmenu a:hover:after{
    display: none;
  }
  .lnb{
    width: 100%;
    margin-bottom: 20px;
  }
	.lnb:last-of-type{
		margin-bottom: 0;
	}
  .lnls{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .lnb span{
    font-size: 18px;
  }
  .wdCB{
    width: 100%;
  }
  .zqmenu{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .zqmenu a{
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 6px;
  }
  .zqmenu a img{
    height: 20px;
  }
  .lnb img{
    max-width: 100%;
  }
  .zqbox .text a{
    font-size: 12px;
  }
  .wdR span{
    font-size: 20px;
  }
  .wdR img{
    width: 12%;
    right: 40px;

  }
  .wdR{
    padding-right: 20px;
  }
  .wdC{
    padding: 0 10px;
  }
  .wdCB .mmenu{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wdL{
    padding: 0 5px;
    font-size: 12px;
  }
  .wdL img{
    width: 20px;
  }
  .wdL a{
    margin: 10px 5px;
  }
  .wendaTop{
    padding: 2px 0;
  }
  .cStr{
    font-size: 12px;
  }
  .cBox{
    width: 90%;
  }
  .cBoxL a{
    font-size: 12px;
    white-space: initial;
    margin-bottom: 10px;
  }
  .mapmenuBox{
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 10px;
  }

  .mmap .logo{
    margin: 10px 20px 40px;
  }
  .actionX .tob2,.actionX .tob1{
    width: 80px;
    background-size: 100%;
    font-size: 16px;
    height: 70px;
    line-height: 64px;
  }
  .zqbox .text{
    transform: scale(0.7);
    transform-origin: top left;
    width: 25%;
    font-size: 8px;
  }
  .wenda{
    margin: 80px auto;
  }
  .wdbj{
    background-position: center -52px;
  }
  .fwnr{
    width: 150px;
    padding: 20px 10px;
  }
  .fwnr .tob2,.fwnr .tob1{
    width: 80px;
    background-size: 100%;
    font-size: 14px;
    height: 70px;
    line-height: 64px;
  }
  .fwnrX a span{
    font-size: 12px;
  }
  .fwnr .tob1{
    right: -80px;
  }
  .fwnr .tob2{
    left: -80px;
  }
  .fwnr1{
    top: 3%;
    left: 5px;
  }
  .fwnr2{
    top: 21%;
    right: 2%;
  }
  .fwnr3{
    top: 51%;
    left: 2%;
  }
  .fwnr4{
    top: 61%;
    right: 1%;
  }
  .fwbj{
    display: none;
  }
  .qyfw{
    background: url(../images/qybj.png) no-repeat top center;
    background-size: 200vw;
    width: 100%;
    height: 200vw;
  }
  .qiye .logo{
    max-width: 60vw;
  }
}


































































